26 October 2017
    Â
     Â
Here we'll argue why use R for doing your plots:
library(raster)
library(mapview)
elvBtn = getData('alt', country='BTN', path='./assets/')
mapview(elvBtn)
Vellend et. al 2013
Vellend et al. 2013
Vellend et al. 2013
install.packages("ctv"); ctv::install.views("MetaAnalysis")
Guido Schwarzer author of meta
Schwarzer, Guido, James R. Carpenter, and Gerta Rücker. Meta-Analysis with R.
Wolfgang Viechtbauer author metafor
meta:
metafor:
Everything you need is online
A problem… just google it!
How can we help you?
install.packages('metafor')
library('metafor')
rma()?rma
Data available on line as well Dataset S1
Vellend et al. 2013
library(wordcloud2) wordcloud2(demoFreq) wordcloud2(demoFreq, size = 2)
https://github.com/inSileco/wordcloud/blob/master/ourWordcloud.R
igraph
2 books:
Chen, Ding-Geng, and Karl E. Peace. Applied Meta-Analysis with R. Chapman & Hall/CRC Biostatistics Series. Boca Raton: CRC Press/Taylor & Francis Group, 2013. + companion website
Schwarzer, Guido, James R. Carpenter, and Gerta Rücker. Meta-Analysis with R. Use R! Cham: Springer International Publishing, 2015. https://doi.org/10.1007/978-3-319-21416-0.